home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / Xt / XtDisplay.z / XtDisplay
Encoding:
Text File  |  2002-10-03  |  2.3 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      XXXXttttDDDDiiiissssppppllllaaaayyyy((((3333XXXXtttt))))     XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....6666))))      XXXXttttDDDDiiiissssppppllllaaaayyyy((((3333XXXXtttt))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XtDisplay, XtDisplayOfObject, XtScreen, XtScreenOfObject,
  10.           XtWindow, XtWindowOfObject - obtain window information about
  11.           a widget
  12.  
  13.      SSSSYYYYNNNNTTTTAAAAXXXX
  14.           Display *XtDisplay(_w)
  15.                 Widget _w;
  16.  
  17.           Display *XtDisplayOfObject(_o_b_j_e_c_t)
  18.                 Widget _o_b_j_e_c_t;
  19.  
  20.           Screen *XtScreen(_w)
  21.                 Widget _w;
  22.  
  23.           Screen *XtScreenOfObject(_o_b_j_e_c_t)
  24.                 Widget _o_b_j_e_c_t;
  25.  
  26.           Window XtWindow(_w)
  27.                 Widget _w;
  28.  
  29.           Window XtWindowOfObject(_o_b_j_e_c_t)
  30.                 Widget _o_b_j_e_c_t;
  31.  
  32.      AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  33.           _w         Specifies the widget.
  34.  
  35.           _o_b_j_e_c_t    Specifies the widget.
  36.  
  37.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  38.           _X_t_D_i_s_p_l_a_y returns the display pointer for the specified
  39.           widget.
  40.  
  41.           _X_t_D_i_s_p_l_a_y_O_f_O_b_j_e_c_t returns the display pointer for the
  42.           specified object.
  43.  
  44.           _X_t_S_c_r_e_e_n returns the screen pointer for the specified
  45.           widget.
  46.  
  47.           _X_t_S_c_r_e_e_n_O_f_O_b_j_e_c_t returns the screen pointer for the
  48.           specified object.
  49.  
  50.           _X_t_W_i_n_d_o_w returns the window of the specified widget.
  51.  
  52.           _X_t_W_i_n_d_o_w_O_f_O_b_j_e_c_t returns the window of the specified object.
  53.  
  54.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  55.           _X _T_o_o_l_k_i_t _I_n_t_r_i_n_s_i_c_s - _C _L_a_n_g_u_a_g_e _I_n_t_e_r_f_a_c_e
  56.           _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 10/3/02)
  64.  
  65.  
  66.  
  67.